Felipe Pires Morandini

Visit Website

Felipe Pires Morandini is an independent Brazilian developer who concentrates on lean, security-oriented command-line utilities that speed up everyday DevOps tasks without ever leaving the terminal. jwt-term turns JSON Web Token inspection into a sub-second, offline workflow: paste or pipe a token and instantly see header, payload, signature status, and expiration countdown, optionally adding or stripping claims before copying the result back to the clipboard. smartlog re-imagines tail –f for cloud-native environments; the text-user-interface auto-detects JSON or plain text streams, highlights severity levels with color themes, and lets operators filter by field values or regular expressions in real time, making container, CI, or firewall logs readable on a single SSH pane. Both tools are written in Go, distribute as single static binaries, and run identically on Windows PowerShell, WSL, or native Linux servers, so infrastructure, back-end, and security teams can fold them into scripts, GitHub Actions, or incident-response playbooks without extra dependencies. Users typically keep jwt-term open while debugging OAuth flows or testing API gateways, and run smartlog beside kubectl or docker-compose windows to watch micro-service health during releases. All of Felipe Pires Morandini’s utilities are available for free on get.nero.com, where downloads are routed through trusted Windows package sources such as winget, always fetch the latest upstream release, and support batch installation of multiple applications in one command.

jwt-term

A blazing-fast, secure, and offline-first CLI for inspecting, validating, and manipulating JWTs

Details
smartlog

A high-performance TUI for log tailing with JSON auto-detection and real-time filtering

Details